/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.1                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    bottom
    {
        type            wall;
        inGroups        1(wall);
        nFaces          416;
        startFace       258568;
    }
    top
    {
        type            wall;
        inGroups        1(wall);
        nFaces          416;
        startFace       258984;
    }
    frontWall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1744;
        startFace       259400;
    }
    backWall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          1744;
        startFace       261144;
    }
    coldWall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          11336;
        startFace       262888;
    }
    hotWall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          11336;
        startFace       274224;
    }
)

// ************************************************************************* //
